From: Richard M. Stallman Date: Sat, 7 Jun 1997 07:02:02 +0000 (+0000) Subject: (setup-8-bit-environment): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80914 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=15bc5d3b52f3d0a2600eb5650eb521cb65a2f469;p=emacs.git (setup-8-bit-environment): Load the file with load, not require, so that we reload it if nec. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index dba8684d2ac..9c1903a5c59 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -63,7 +63,7 @@ ;; in single-byte mode. (when (and latin-name (string-match "^Latin-\\([1-9]\\)$" latin-name)) - (require (intern (downcase latin-name))))))) + (load (downcase latin-name)))))) ;; Latin-1 (ISO-8859-1)